Inside Macintosh: Sound
| Previous | Chapter contents | Chapter top | Section top | Next |
The SoundComponentGetInfo and SoundComponentSetInfo functions access information about a sound component using a sound information list, which is defined by the SoundInfoList data type.
typedef struct {
short count;
Handle handle;
} SoundInfoList, *SoundInfoListPtr;
| Previous | Chapter contents | Chapter top | Section top | Next |